@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

/*@import url(https://fonts.googleapis.com/css?family=Playball);*/

body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	color: #496174;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #496174;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12.5px;
	line-height: 20px;
	font-weight: 100;
}

* {
	outline-color: transparent !important;
}


/*===== common ====*/

.bg-color {
	background-color: #1777c1 !important;
}

section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.p-l-0 {
	padding-left: 0;
}

.p-l-r-0 {
	padding-left: 0;
	padding-right: 0;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.small-tag {
	color: #777;
	font-family: "Raleway", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h1.section-title {
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: 0;
	display: inline-block;
	text-transform: uppercase;
	word-spacing: 5px;
}

h1.section-title::after {
	border: 4px solid #1777c1;
	border-radius: 10px;
	content: "";
	display: inline-block;
	margin-left: 3px;
	position: absolute;
	bottom: 7px;
	width: 5px;
}

.section-para {
	color: #999;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 2em;
}

.btn.btn-default {
	background-color: #1777c1;
	border-color: transparent;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 12px 25px;
	text-transform: uppercase;
	word-spacing: 3px;
}

.btn.btn-primary {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	margin-bottom: 10px;
	border-radius: 30px;
	margin-right: 10px;
	padding: 12px 25px;
	text-transform: uppercase;
	font-size: 13px
}

.btn.btn-default:hover,
.btn.btn-primary:hover {
	background-color: #496174;
	border-color: #496174;
	color: #fff;
}

.btn.btn-primary,
.btn.btn-default,
.what-we-do .do-box,
.service-overflow {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.expert-overflow,
.service-overflow,
.intro,
single-work span i.fa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}


/*===== header ====*/

.carousel-item:first {
	display: block;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 50px;
	height: 50px;
}

.header {
	padding: 30px 0;
}

nav {
	font-family: Helvetica;
	text-align: center;
	text-transform: uppercase;
}

nav ul {
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
	margin-left: -18px;
	margin-top: 25px;
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 0.5em 0.9em;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 5px;
	font-weight: 700;
}

nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1777c1;
}

#menu_list a span {
	color: rgb(192, 192, 192);
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
}

.current_page {
	background-color: #064a81;
}

.current_page a {
	color: white;
}

#menu_button_wrapper {
	display: none;
}

.hidden {
	display: none;
}

.carousel-caption a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.about-img img {
	width: 100%;
}
.fa{
	width: 37.14;
}

@media only screen and (max-width: 767px) {
	nav {
		padding-right: 0px;
		padding-left: 0px;
	}
	h2 {
		font-size: 1.2rem!important;
	}
	.main_b_title span {
		font-size: 14px;
	}
	.title-head h2 {
		margin: 0px 0 23px 0;
	}
	.logo img {
		width: 100%;
	}
	.nav-tabs li {
		margin-bottom: 10px;
	}
	.nav-tabs li a {
		padding: 15px;
	}
	.nav-tabs li.active a,
	.nav-tabs li.active a:focus,
	.nav-tabs li.active a:hover {
		padding: 15px;
		margin-top: 0;
	}
	#menu_button_wrapper {
		display: block;
		padding: 1em;
		color: #fff;
	}
	#menu_button {
		box-sizing: border-box;
		float: right;
		padding: .5em 1em;
		border: 1px solid #1777c1;
		border-radius: 5px;
		color: #1777c1;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#menu_button:hover {
		cursor: pointer;
		background-color: #f3e2b6;
	}
	#hamburger {
		float: right;
		padding-top: .15em;
	}
	#menu_button span {
		display: block;
		background-color: #1777c1;
		width: 1.2em;
		height: .15em;
		border-radius: 1px;
		margin-bottom: .2em;
	}
	nav ul {
		width: 55%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
	nav ul li {
		display: block;
	}
	nav ul li a {
		width: 100%;
		padding: 0.5em 0.4em;
		font-size: 16px;
	}
	.news li p {
		height: auto!important;

	}
	.waterfall {
    -moz-column-count: 1!important;
    -webkit-column-count: 1!important;
    column-count: 1!important;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.waterfall li{
	margin-right: 0px!important;
}
.solution li{
	    width: 28%!important;

}
.jf_tit{
	width: 130px!important;
}
.aboutlist img{
	width: 100%;
}
}


/* media quaries */

@media screen and (max-width: 768px) {
	.default-menu.navbar-default .navbar-nav> li> a {
		line-height: 12px;
	}
	.default-menu .navbar-nav> li .nav-search {
		border-color: rgba(153, 153, 153, 0.1);
	}
	.nav-search .form-control {
		text-align: center;
		width: 100%;
		padding-left: 40px;
		padding-right: 20px;
	}
	.nav-search .form-group i {
		color: #999;
		font-size: 12px;
		left: 20px;
	}
	.default-menu.navbar-default .navbar-nav> li:last-child> a {
		padding-left: 20px !important;
	}
	.default-menu.navbar-default .navbar-nav> li:first-child> a {
		padding-left: 20px !important;
	}
}

.default-menu.menu-4 {
	border-bottom: 0;
}

.default-menu.menu-4 .default-logo {
	color: #496174;
}

.default-menu.menu-4 .navbar-nav> li> a {
	color: #999;
}

.default-menu.menu-4 .navbar-nav> li> a:before,
.default-menu.menu-4 .navbar-nav> li> a:after {
	color: transparent;
	font-size: 13px;
	position: absolute;
	transition: all 0.5s ease-in-out;
	margin-top: -1px;
}

.default-menu.menu-4 .dropdown-menu {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.default-menu.menu-4 .navbar-nav> li> a:hover:after,
	.default-menu.menu-4 .navbar-nav> li> a:hover:before {
		color: transparent;
	}
}


/*===== intro ====*/

.intro {
	background: url("../images/intro-bg.jpg") no-repeat fixed top center/ cover;
}

.intro-content> h1 {
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.intro-content> a> i.lnr {
	font-size: 10px;
	margin-left: 5px;
}

.intro-content> p {
	color: #f8f8f8;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 45px;
	max-width: 450px;
}

.intro .carousel-indicators {
	bottom: 0;
	margin-bottom: -20%;
}

.intro .carousel-indicators li {
	background-color: #1777c1;
	border: 2px solid #1777c1;
	height: 15px;
	width: 15px;
	margin: 4px;
}

.intro .carousel-indicators .active {
	background-color: #fff;
	border: 3px solid #fff !important;
	height: 13px;
	margin: 5px;
	width: 13px;
}


/*===== our-sponsors ====*/

.our-sponsors {
	background-color: #F3F6FA;
}

.sponsor-logo {
	margin-bottom: 40px;
}

.people {
	position: relative;
	background: #ffffff;
	padding: 20px 25px;
	margin-bottom: 110px;
}

.people::before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 20px solid #ffffff;
	bottom: -20px;
	content: "";
	display: inline-block;
	left: 41px;
	position: absolute;
	width: 20px;
}

.people .media {
	position: absolute;
	bottom: -85px;
}

.people .media img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
}

.people .media-body strong {
	color: #999;
	font-weight: 400;
}

.people p {
	font-size: 15px;
	font-style: italic;
	font-weight: 100;
	line-height: 1.6;
}

.people .media-body h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 3px;
}
.media-body h3 a{
	color: #fff!important;
}

/*===== what we do ====*/

.service .media-heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.service .media-left {
	padding-right: 18px;
}

.service .media-left .lnr {
	color: #1777c1 !important;
	font-size: 25px;
}

.service .media {
	margin-bottom: 40px;
}


/*===== about us ====*/


/*===== about us ====*/

.about-us {
	background-color: #F3F6FA;
	padding-bottom: 50px;
}

.about-us .section-title {
	margin-top: 80px;
	position: relative;
}

.default-bg {
	background-color: #1777c1;
}

.about-content> p {
	color: #707070;
	font-size: 14px;
	margin-bottom: 35px;
	line-height: 2;
	font-weight: 100;
	text-indent: 2em;
}


/*===== our service ====*/

.work .single-work img {
	width: 100%;
	height: auto;
}

.single-work {
	position: relative;
	margin-bottom: 30px;
}

.single-work img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
	background: #1777c1;
	opacity: 0.3;
	border-radius: 0;
	height: 4px;
	width: 25px;
	-moz-transform: skewX(-45deg) skewY(0deg);
	-webkit-transform: skewX(-45deg) skewY(0deg);
	-o-transform: skewX(-45deg) skewY(0deg);
	-ms-transform: skewX(-45deg) skewY(0deg);
	transform: skewX(-45deg) skewY(0deg);
}

.owl-theme .owl-controls {
	margin-top: 35px;
}

.service-overflow {
	width: 100%;
	height: 100%;
	background-color: rgba(23, 119, 193, 0.8);
	position: absolute;
	bottom: 0;
	opacity: 0;
}

.single-work::before {
	border-right: 35px solid transparent;
	border-top: 35px solid #fff;
	content: "";
	display: inline-block;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 1000;
}

.single-work:hover .service-overflow {
	opacity: 1;
}

.single-work p {
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
}
..single-work p a{
	color: #999!important;
}

.single-work p a:hover {
	text-decoration: none;
}

.service-overflow h3 {
	color: #1777c1;
	margin-top: 0;
}

.service-overflow p {
	color: #888;
	margin: 0 auto;
	max-width: 260px;
}

.work-links i {
	border: 1px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 45px;
	padding-top: 14px;
	text-align: center;
	width: 45px;
}

.work-links i:hover {
	border-color: transparent;
	background-color: rgba(73, 97, 116, 0.9);
	color: #ffffff;
}

.work-links.list-inline> li {
	display: block-inline;
}


/*===== extra feature ====*/

.extra-feature {
	padding-top: 100px;
	overflow: hidden;
}

.extra-feature .section-title {
	line-height: 1.3;
}

.extra-feature .section-title> span {
	color: #1777c1;
}

.extra-feature p {
	;
	margin-bottom: 30px;
}

.extra-feature .btn.btn-default {
	margin-bottom: 30px;
}

.e-feature {
	position: relative;
	height: 540px;
}

.feature-img {
	bottom: 0;
	top: 30px;
	width: 100%;
}

.platform {
	margin-bottom: 60px;
}

.platform.list-inline> li span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #466B77;
	margin-top: 15px;
}

.platform.list-inline> li {
	padding-left: 20px;
	padding-right: 20px;
}

.platform i {
	color: #1777c1;
	background: transparent;
	cursor: pointer;
	font-size: 31px;
	text-align: center;
}


/*===== our experts ====*/

.our-experts {
	background-color: #F6F6F6;
}

.our-experts .btn.btn-primary {
	margin-bottom: 30px;
}

.our-experts .expert-box img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.our-experts .expert-box img {
	width: 100%;
}

.expert-overflow {
	background-color: rgba(1, 191, 134, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.expert-box {
	position: relative;
	overflow: hidden;
}

.expert-overflow .list-inline> li {
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}

.our-experts .expert-box:hover .expert-overflow {
	bottom: 0;
}

.expert-overflow i {
	border: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	height: 40px;
	padding-top: 13px;
	width: 40px;
	border-radius: 50%;
}

.expert-overflow i:hover {
	background-color: #496174;
	border-color: transparent;
}

.expert-overflow .list-inline {
	margin: 0;
}

.expert-box .name-plate {
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 10px 20px;
	z-index: 1000;
}

h3.expert-name {
	display: block;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0;
	margin-bottom: 14px;
	margin-top: 20px;
	text-transform: uppercase;
}

strong.expert-tag {
	font-weight: 400;
	font-style: italic;
	font-size: 13px;
}


/*===== talk about us ====*/

.talk-about-us {
	padding-bottom: 110px;
	padding-top: 100px;
}

.talk-about-us strong {
	color: #1777c1;
	font-weight: 600;
	font-style: italic;
}

.talk-about-us .item> img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}

.talk-about-us .item> p {
	max-width: 650px;
	margin: 0 auto;
	line-height: 1.9;
	margin-bottom: 20px;
}

.talk-about-us .carousel-indicators> li {
	background-color: #dcdcdc;
	border: 0 none;
	height: 10px;
	margin: 1px;
	width: 10px;
	border-radius: 0;
	margin: 0 5px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.talk-about-us .carousel-indicators li.active {
	background-color: #1777c1;
}

.talk-about-us .carousel-indicators {
	bottom: -70px;
}


/*===== our client ====*/

.support {
	background: #1777c1;
	padding: 40px 0;
}

.support .media-left,
.media> .pull-left> i {
	font-size: 40px;
	color: #ffffff;
}

.support .media-left,
.media> .pull-left {
	padding-right: 20px;
}

.support .media-body {
	border-left: 1px solid #fff;
	padding-left: 20px;
}

.support h3 {
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 7px;
	text-transform: uppercase;
}

.support p {
	color: #eee;
	font-size: 13px;
	margin-top: 10px;
}


/*===== contact ====*/

.contact {
	padding-top: 90px;
}

.contact .section-title {
	margin-bottom: 30px;
}

.contact .border {
	margin-bottom: 45px;
}

.contact .form-group {
	margin-bottom: 22px;
}

.contact .form-control {
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	color: #555;
	font-size: 13px;
	height: 45px;
	padding: 10px 15px;
	width: 100%;
}

.contact .btn {
	margin-top: 20px;
}

.contact .textarea {
	min-height: 178px;
	width: 100%;
}

.social-links {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 15px;
}

.social-links .fa {
	color: #1777c1;
	cursor: pointer;
	height: 40px;
	padding-top: 13px;
	text-align: center;
	width: 40px;
	border: 1px solid #1777c1;
}

.social-links .fa:hover {
	color: #ffffff;
	background-color: #496174;
	border-color: transparent;
}


/*===== footer ====*/

.footer {
	background-color: #333;
	padding: 5px 0;
	clear: both;
}

.footer p a {
	color: #fff;
	text-decoration: none;
}

.footer p {
	color: #707070;
	color: #fff;
	line-height: 2.5;
	font-size: 14px;
	margin-bottom: 0px
}

.footer span i.lnr {
	background-color: #1777c1;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 16px;
	height: 30px;
	margin-top: 0;
	padding: 7px;
	width: 30px;
}


/*news*/

.news li {
	float: left;
	padding: 30px;
	background: #fff;
	text-decoration: none;
	list-style-type: none;
}

.news li img {
	width: 100%;
	transition: all 0.6s;
	height: 220px;
}

.news li h5 {
	margin: 1em 0;
	color: #015293;
	font-family: inherit;
	font-size: 14px;
}

.news li h4 {
	font-size: 1.2em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: 700;
	height: 33px;
	overflow: hidden;
}

.news li p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 1em 0;
	text-indent: 2em;
	height: 145px;
}

.news li p a {
	color: #496174!important;
}

.readmore-w3 a {
	background: #015293;
	text-transform: capitalize;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding: 10px 25px;
	margin: 1em 0 0;
	letter-spacing: 1px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*about*/
.crumbs {
    padding-top: 40px;
    clear: both;
}
.aboutlist {
    padding: 30px;
    line-height: 30px;
}
.waterfall {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
        margin-top: 30px;
}

.waterfall li{
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 5px 5px 5px #eee;
    border: 1px solid #eee;
    margin-top: 30px;
    margin-right: 25px;
    background: #fff;
    list-style: none;
    padding-top: 30px;
}
.waterfall li img {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.waterfall li p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.mainPage {
    margin: 20px 0;
    float: right;
}
.mainPage ul {
    width: 100%;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.mainPage ul li {
    float: left;
    display: inline;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #000;
    font-size: 15px;
    margin: 0 5px;
    border: 1px solid #dedede;
    font-size: 16px;
}
.mainPage ul li.thisclass {
    background: #09f;
    border: 1px solid #218EC1;
    color: #fff;
    font-size: 16px;
}
#top_nav {
    padding: 30px;
}
#top_nav li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}
#top_nav li a {
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    line-height: 35px;
    height: 58px;
    width: 20%;
    text-align: center;
    background: #218EC1;
}
.pic_dishes {
    width: 100%;
    margin-top: 30px;
}
.pic_dishes li {
    float: left;
    list-style: none;
}
.pic_dishes li img {
    width: 100%;
    height: auto;
}
.pic_dishes li p {
    text-align: center;
    width: 100%;
    height: 45px;
    margin-top: 10px;
}
.newslist li {
    clear: both;
    min-height: 195px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #d4d4d4;
    padding-bottom: 10px;
}
.newslist li h2 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 700;
}
.newslist li p {
    line-height: 28px;
    text-indent: 2em;
}

.solution {
	width: 100%;
}

.solution li {
	width: 12%;
	margin-right: 5%;
	float: left;
	text-align: center;
	transition: 0.3s;
	display: block;
	height: 150px;
}

.solution li:nth-child(6n) {
	margin-right: 0px;
}

.solution li a {
	transition: 0.3s;
	width: 130px;
	height: 116px;
	display: block;
}

.solution li .indus_1 {
	background: url("../images/ico01.png") no-repeat center;
}

.solution li .indus_2 {
	background: url("../images/ico02.png") no-repeat center;
}

.solution li .indus_3 {
	background: url("../images/ico03.png") no-repeat center;
}

.solution li .indus_4 {
	background: url("../images/ico04.png") no-repeat center;
}

.solution li .indus_5 {
	background: url("../images/ico05.png") no-repeat center;
}

.solution li .indus_6 {
	background: url("../images/ico06.png") no-repeat center;
}

.solution li:hover .indus_1 {
	background: url("../images/ico1.png") no-repeat center;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.solution li:hover .indus_2 {
	background: url("../images/ico2.png") no-repeat center;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.solution li:hover .indus_3 {
	background: url("../images/ico3.png") no-repeat center;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.solution li:hover .indus_4 {
	background: url("../images/ico4.png") no-repeat center;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.solution li:hover .indus_5 {
	background: url("../images/ico5.png") no-repeat center;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.solution li:hover .indus_6 {
	background: url("../images/ico6.png") no-repeat center;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

